home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!genesis.demon.co.uk
- From: Lawrence Kirby <fred@genesis.demon.co.uk>
- Newsgroups: comp.lang.c
- Subject: Re: HELP ME how to write RESIDENT progs
- Date: Fri, 05 Jan 96 21:32:09 GMT
- Organization: none
- Message-ID: <820877529snz@genesis.demon.co.uk>
- References: <APC&63'0'14d05e82'c54@glas.apc.org>
- Reply-To: fred@genesis.demon.co.uk
- X-NNTP-Posting-Host: genesis.demon.co.uk
- X-Newsreader: Demon Internet Simple News v1.27
- X-Mail2News-Path: genesis.demon.co.uk
-
- In article <APC&63'0'14d05e82'c54@glas.apc.org> sanya@glas.apc.org writes:
-
- >
- >
- > HELP PLEASE !!
- >
- >
- >
- > I am trying to write a resident program whichwill stay in RAM
- >
- > and will begin to work if I press a special key combination
- >
- > called a HOT-KEY. It is always shown when you run a resident
- >
- > program for a first time.
-
- At a guess you are trying to write a DOS TSR. You need to use DOS specific
- call to do this that are beyond the scope of the C language. Try
- comp.os.msdos.programmer.
-
- > I am using a compiler where the KEEP() fuction makes the
- >
- > current program a resident one. I hope you are using this
- >
- > compiler, too.
-
- Again, you're better off asking in comp.os.msdos.programmer. comp.lang.c
- is for topics that are not system or compiler specific.
-
- --
- -----------------------------------------
- Lawrence Kirby | fred@genesis.demon.co.uk
- Wilts, England | 70734.126@compuserve.com
- -----------------------------------------
-